home *** CD-ROM | disk | FTP | other *** search
- object PickAppKeyDlg: TPickAppKeyDlg
- Left = 271
- Top = 200
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Generate AppKey'
- ClientHeight = 199
- ClientWidth = 305
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object DialogIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Panel: TPanel
- Left = 56
- Top = 8
- Width = 241
- Height = 153
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object AppNameLabel: TLabel
- Left = 8
- Top = 8
- Width = 86
- Height = 13
- Caption = 'Application &Name:'
- FocusControl = AppNameEdit
- end
- object AppVersionLabel: TLabel
- Left = 8
- Top = 56
- Width = 93
- Height = 13
- Caption = 'Application &Version:'
- FocusControl = AppVersionEdit
- end
- object AppCopyrightLabel: TLabel
- Left = 8
- Top = 100
- Width = 47
- Height = 13
- Caption = '&Copyright:'
- FocusControl = AppCopyrightEdit
- end
- object AppNameEdit: TEdit
- Left = 8
- Top = 24
- Width = 225
- Height = 21
- TabOrder = 0
- end
- object AppVersionEdit: TEdit
- Left = 8
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object AppCopyrightEdit: TEdit
- Left = 8
- Top = 116
- Width = 225
- Height = 21
- TabOrder = 2
- end
- end
- object OKButton: TButton
- Left = 128
- Top = 168
- Width = 81
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 216
- Top = 168
- Width = 81
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-